/* 客户案例控制表 */

.case_con .case_top {
	margin-top: 30px;
	border-bottom: #E5E5E5 1px solid;
}

.case_con .case_right {
	    float: left;
    width: 80%;
}
.case_con .case_right .img_list{
	overflow: hidden;
}
.case_con .case_right .img_list>li {
	float: left;
	margin: 20px 0 20px 50px;
	width: 240px;
	height: 230px;
	border: 1px #e5e5e5 solid;
}

.case_con .case_right .img_list>li>a>img {
	width: 100%;
	height: 80%;
}

.case_con .case_right .img_list>li a h6 {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}



/*  产品*/

.cp_t  .case_right {
	    float: right;
    width: 78%;
}
.cp_t  .case_right .honour_list{
	overflow: hidden;
}

.cp_t  .case_right .honour_list>li {
	/*float: left;*/
	/*margin: 20px 0 20px 50px;*/
	/*width: 240px;*/
	/*height: 336px;*/
	/*border: 1px #e5e5e5 solid;*/
	
	
	float: left;
    margin: 5px 0 5px 5px;
    width: 23.9%;
    /* height: 336px; */
    padding-bottom: 10px;
    border: 1px #e5e5e5 solid;
	
}

.cp_t  .case_right .honour_list>li a {
	width: 100%;
	height: 100%;
	max-height: 300px;
	display: flex;
	align-items: center;
}

.cp_t  .case_right .honour_list>li a img {
	width: 100%;
	max-height: 300px;
	display: flex;
	align-items: center;
}

.cp_t  .case_right .honour_list>li p {
	font-size: 16px;
	color: #5d5d5d;
	margin-top: 5px;
	text-align: center;
}
